﻿2026-07-29T11:54:02.7640312Z ##[group]Run actions/checkout@v5
2026-07-29T11:54:02.7640782Z with:
2026-07-29T11:54:02.7641070Z   fetch-depth: 0
2026-07-29T11:54:02.7641420Z   repository: BigscreenVR/spt-bs-core
2026-07-29T11:54:02.7643387Z   token: ***
2026-07-29T11:54:02.7643634Z   ssh-strict: true
2026-07-29T11:54:02.7643872Z   ssh-user: git
2026-07-29T11:54:02.7644121Z   persist-credentials: true
2026-07-29T11:54:02.7644466Z   clean: true
2026-07-29T11:54:02.7644706Z   sparse-checkout-cone-mode: true
2026-07-29T11:54:02.7645101Z   fetch-tags: false
2026-07-29T11:54:02.7645429Z   show-progress: true
2026-07-29T11:54:02.7645721Z   lfs: false
2026-07-29T11:54:02.7645993Z   submodules: false
2026-07-29T11:54:02.7646328Z   set-safe-directory: true
2026-07-29T11:54:02.7646724Z   allow-unsafe-pr-checkout: false
2026-07-29T11:54:02.7648301Z ##[endgroup]
2026-07-29T11:54:03.0323003Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T11:54:03.0324200Z ##[group]Getting Git version info
2026-07-29T11:54:03.0324604Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-29T11:54:03.0675396Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-29T11:54:03.5722099Z git version 2.43.0.windows.1
2026-07-29T11:54:03.5745711Z ##[endgroup]
2026-07-29T11:54:03.5754072Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\164360e9-1b4a-469c-942c-b5009f066f46\.gitconfig'
2026-07-29T11:54:03.5767247Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\164360e9-1b4a-469c-942c-b5009f066f46' before making global git config changes
2026-07-29T11:54:03.5767919Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T11:54:03.5772425Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-29T11:54:03.7778324Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-29T11:54:03.8061764Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T11:54:03.8097377Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T11:54:03.8103119Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T11:54:03.8402712Z HEAD
2026-07-29T11:54:03.8706838Z ##[endgroup]
2026-07-29T11:54:03.8711812Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-29T11:54:04.3449370Z ##[group]Cleaning the repository
2026-07-29T11:54:04.3453560Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-29T11:54:14.4864360Z Removing .adapter-notify/
2026-07-29T11:54:14.4864855Z Removing target/
2026-07-29T11:54:14.4897147Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-29T11:54:14.6446740Z HEAD is now at 222d480f Merge 4972b6d20d4dd67613d5ffb4b904277d0c69d339 into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T11:54:14.6472798Z ##[endgroup]
2026-07-29T11:54:14.6477444Z ##[group]Disabling automatic garbage collection
2026-07-29T11:54:14.6482530Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-29T11:54:14.6764078Z ##[endgroup]
2026-07-29T11:54:14.6764689Z ##[group]Setting up auth
2026-07-29T11:54:14.6770148Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-29T11:54:14.7011843Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-29T11:54:15.5468400Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T11:54:15.5729377Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-29T11:54:16.9395515Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T11:54:16.9655130Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-29T11:54:17.4592039Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-29T11:54:17.4912817Z ##[endgroup]
2026-07-29T11:54:17.4913249Z ##[group]Fetching the repository
2026-07-29T11:54:17.4923151Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +222d480f5d4df54d353225c2ffdb05abc444defa:refs/remotes/pull/121/merge
2026-07-29T11:54:19.1678703Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T11:54:19.1679300Z  * [new branch]        build/two-key-subnet -> origin/build/two-key-subnet
2026-07-29T11:54:19.1679913Z    b1801eab..a5b379b9  ci/golden-lane-w0    -> origin/ci/golden-lane-w0
2026-07-29T11:54:19.1680413Z  * [new branch]        spec/access-model    -> origin/spec/access-model
2026-07-29T11:54:19.1681026Z  + cfd97a8e...b253c2c0 spec/brain-handoff-pilot -> origin/spec/brain-handoff-pilot  (forced update)
2026-07-29T11:54:19.1817952Z ##[endgroup]
2026-07-29T11:54:19.1818529Z ##[group]Determining the checkout info
2026-07-29T11:54:19.1819043Z ##[endgroup]
2026-07-29T11:54:19.1823793Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-29T11:54:19.2116612Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-29T11:54:19.2363668Z ##[group]Checking out the ref
2026-07-29T11:54:19.2368004Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/121/merge
2026-07-29T11:54:19.2775931Z HEAD is now at 222d480f Merge 4972b6d20d4dd67613d5ffb4b904277d0c69d339 into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T11:54:19.2796231Z ##[endgroup]
2026-07-29T11:54:19.3076818Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-29T11:54:19.3323053Z 222d480f5d4df54d353225c2ffdb05abc444defa
